type net/http.http2clientStream
29 uses
net/http (current package)
h2_bundle.go#L7663: streams map[uint32]*http2clientStream // client-initiated
h2_bundle.go#L7718: type http2clientStream struct {
h2_bundle.go#L7771: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
h2_bundle.go#L7778: func (cs *http2clientStream) abortStream(err error) {
h2_bundle.go#L7784: func (cs *http2clientStream) abortStreamLocked(err error) {
h2_bundle.go#L7799: func (cs *http2clientStream) abortRequestBodyWrite() {
h2_bundle.go#L7809: func (cs *http2clientStream) closeReqBodyLocked() {
h2_bundle.go#L8113: streams: make(map[uint32]*http2clientStream),
h2_bundle.go#L8598: func (cc *http2ClientConn) roundTrip(req *Request, streamf func(*http2clientStream)) (*Response, error) {
h2_bundle.go#L8600: cs := &http2clientStream{
h2_bundle.go#L8656: cancelRequest := func(cs *http2clientStream, err error) error {
h2_bundle.go#L8709: func (cs *http2clientStream) doRequest(req *Request, streamf func(*http2clientStream)) {
h2_bundle.go#L8724: func (cs *http2clientStream) writeRequest(req *Request, streamf func(*http2clientStream)) (err error) {
h2_bundle.go#L8868: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
h2_bundle.go#L8928: func (cs *http2clientStream) cleanupWriteRequest(err error) {
h2_bundle.go#L9029: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
h2_bundle.go#L9097: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
h2_bundle.go#L9139: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
h2_bundle.go#L9275: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
h2_bundle.go#L9357: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
h2_bundle.go#L9662: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
h2_bundle.go#L9800: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
h2_bundle.go#L9831: cs *http2clientStream
h2_bundle.go#L10042: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
h2_bundle.go#L10058: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
h2_bundle.go#L10071: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
h2_bundle.go#L10086: func (cs *http2clientStream) copyTrailers() {